Wisielec [PL]
Hangman game in your terminal using bash. Guess words from a pool of over 1.5 million entries (in Polish).
release date: 2024-08-13
about
[PL] Kultowa i znana przez wszystkich gra w Wisielca w Twoim terminalu! Odgaduj słowa literka po literce. Nie ma tu miejsca na pomyłki - każda nietrafiona literka zabiera Ci szansę, a szans jest niewiele.
To jeden z pierwszych skryptów Bash, jakie napisałem - a co za tym idzie, może być niestety dość awaryjny. Komputera Ci nie uszkodzi, o to się nie martw ;) Ale może spontanicznie wysypać się w trakcie gry lub rozpocząć grę bez słowa.
[EN] The classic and well-known game of Hangman in your terminal! Guess the word letter by letter. There's no room for mistakes – every wrong letter costs you a chance, and chances are limited.
This is one of the first Bash scripts I ever wrote – which means it might, unfortunately, be a bit unstable. It won't damage your computer, don't worry ;) But it might crash spontaneously during the game or start a round without a word.
To jeden z pierwszych skryptów Bash, jakie napisałem - a co za tym idzie, może być niestety dość awaryjny. Komputera Ci nie uszkodzi, o to się nie martw ;) Ale może spontanicznie wysypać się w trakcie gry lub rozpocząć grę bez słowa.
[EN] The classic and well-known game of Hangman in your terminal! Guess the word letter by letter. There's no room for mistakes – every wrong letter costs you a chance, and chances are limited.
This is one of the first Bash scripts I ever wrote – which means it might, unfortunately, be a bit unstable. It won't damage your computer, don't worry ;) But it might crash spontaneously during the game or start a round without a word.
features
[PL] Skrypt pozwala na wybranie kategorii słowa. Może to być losowe słowo z języka polskiego z bazy słów SJP, może to być słowo związane z chemią, roślinami, nazwami państw lub inne.
Podczas rozgrywki użytkownik odgaduje litery zawarte w losowanym słowie. 7 pomyłek oznacza przegraną.
W repozytorium na GitHub znajduje się także skrypt instalatora, który pobiera słowniki, rozpakowuje je, ustawia zmienne środowiskowe etc.
[EN] The script allows you to choose the word category. It can be a random Polish word from the SJP word base, or a word related to chemistry, plants, country names, or others.
During gameplay, the user guesses letters contained in the randomly selected word. 7 mistakes mean game over.
The GitHub repository also includes an installer script that downloads the dictionaries, unpacks them, sets environment variables, etc.
Podczas rozgrywki użytkownik odgaduje litery zawarte w losowanym słowie. 7 pomyłek oznacza przegraną.
W repozytorium na GitHub znajduje się także skrypt instalatora, który pobiera słowniki, rozpakowuje je, ustawia zmienne środowiskowe etc.
[EN] The script allows you to choose the word category. It can be a random Polish word from the SJP word base, or a word related to chemistry, plants, country names, or others.
During gameplay, the user guesses letters contained in the randomly selected word. 7 mistakes mean game over.
The GitHub repository also includes an installer script that downloads the dictionaries, unpacks them, sets environment variables, etc.
compatibility
[PL] Skrypt kompatybilny jest z Linux i Termux wyposażonymi w Bash. Niewiele poza tym potrzebuje. Dołączony do skryptu instalator z kolei wymaga pakietów zip i wget aby pobrać i rozpakować słowniki.
[EN] The script is compatible with Linux and Termux equipped with Bash. It doesn't require much else. The included installer script, on the other hand, requires the zip and wget packages to download and unpack the dictionaries.
[EN] The script is compatible with Linux and Termux equipped with Bash. It doesn't require much else. The included installer script, on the other hand, requires the zip and wget packages to download and unpack the dictionaries.